Skip to content

fix(release): use PAT for auto-merge to trigger Release workflow#417

Merged
FL4TLiN3 merged 1 commit intomainfrom
fix/release-workflow-pat
Jan 17, 2026
Merged

fix(release): use PAT for auto-merge to trigger Release workflow#417
FL4TLiN3 merged 1 commit intomainfrom
fix/release-workflow-pat

Conversation

@FL4TLiN3
Copy link
Contributor

Summary

  • Auto-merge step was using GITHUB_TOKEN which doesn't trigger other workflows
  • Changed to use PAT_GITHUB_TOKEN so the merge event triggers the Release workflow
  • This fixes the issue where Release workflow wasn't running after changeset PR was merged

Test plan

  • Verify Release workflow runs after this PR is merged
  • Verify changeset release PR triggers CI when created

🤖 Generated with Claude Code

GITHUB_TOKEN doesn't trigger other workflows (GitHub security feature).
Using PAT ensures the merge event triggers the Release workflow.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@FL4TLiN3 FL4TLiN3 merged commit f7ee945 into main Jan 17, 2026
9 checks passed
@FL4TLiN3 FL4TLiN3 deleted the fix/release-workflow-pat branch February 25, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants